Package-level declarations
Types
Specifies baseline coordinates for drawing filled areas on line charts.
An interface for computing the two control points of a cubic Bézier curve segment. The curve segment connects the current and next data points.
Adapts data for use in a StackedAreaPlot where the input data consists of a List of x-axis coordinates and multiple Lists of Float y-axis coordinates, one per line, where the values are before stacking. This adapter will sum y-axis values to compute each line's height in the StackedAreaPlot. The size of xData and all series in yData must be equal.
Represents a set of points for a StackedAreaPlot.
Provides styling for a single series in a StackedAreaPlot.
Functions
An area plot that draws data as points and lines with a filled area to a baseline.
An area plot that draws data as points and lines with a filled area to a baseline.
Creates a CubicBezierControlPointCalculator that generates control points for a Catmull-Rom spline, resulting in a smooth curve that passes through all data points.
A line plot that draws a smooth, curved line that passes through each data point.
Creates a CubicBezierControlPointCalculator that generates control points for a horizontal Bézier curve.
A line plot that draws data as points and lines on an XYGraph.
A line plot that draws data as points and lines on an XYGraph.
A plot that renders multiple stacked series of data as lines with filled areas between them.
A Stacked Area Plot is like a line plot but with filled areas between lines.
Returns an instance of a StackedAreaPlotEntry using the provided data.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.